hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
HipDeferredLoadImpl
hip
assetmanager
Undocumented in source.
mixin template
HipDeferredLoadImpl () {
import
hip
.
util
.
reflection
;
;
static if
(
hasType!"hip.assets.texture.HipTexture" && hasMethod!(typeof(this), "setTexture", IHipTexture)
)
void
setTexture
(IHipAssetLoadTask task);
static if
(
hasType!"hip.api.data.font.IHipFont" && hasMethod!(typeof(this), "setFont", IHipFont)
)
void
setFont
(IHipAssetLoadTask task);
}
Members
Functions
setFont
void
setFont
(IHipAssetLoadTask task)
Undocumented in source. Be warned that the author may not have intended to support it.
setTexture
void
setTexture
(IHipAssetLoadTask task)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hip
assetmanager
classes
HipAssetLoadTask
HipAssetManager
functions
HipDeferredLoad
mixin templates
HipAssetsGenerateEnum
HipDeferredLoadImpl